Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jans-auth-server): added support for Global Token Revocation spec #8561

Merged
merged 10 commits into from
May 24, 2024

Conversation

yuriyz
Copy link
Contributor

@yuriyz yuriyz commented May 22, 2024

Description

feat(jans-auth-server): added support for Global Token Revocation spec

Target issue

closes #8398

Test and Document the changes

  • Static code analysis has been run locally and issues have been fixed
  • Relevant unit and integration tests have been added/updated
  • Relevant documentation has been updated if any (i.e. user guides, installation and configuration guides, technical design docs etc)

@yuriyz yuriyz self-assigned this May 22, 2024
@yuriyz yuriyz marked this pull request as draft May 22, 2024 11:43
@mo-auto mo-auto added area-documentation Documentation needs to change as part of issue or PR comp-jans-auth-server Component affected by issue or PR comp-jans-linux-setup Component affected by issue or PR kind-feature Issue or PR is a new feature request labels May 22, 2024
…tests

#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
@yuriyz yuriyz marked this pull request as ready for review May 24, 2024 17:09
@yuriyz yuriyz enabled auto-merge (squash) May 24, 2024 17:10
Copy link

sonarcloud bot commented May 24, 2024

Quality Gate Passed Quality Gate passed for 'jans-cli'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarcloud bot commented May 24, 2024

Quality Gate Passed Quality Gate passed for 'jans-linux-setup'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

sonarcloud bot commented May 24, 2024

Quality Gate Passed Quality Gate passed for 'jans-core'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarcloud bot commented May 24, 2024

Quality Gate Passed Quality Gate passed for 'jans-config-api-parent'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarcloud bot commented May 24, 2024

Quality Gate Passed Quality Gate passed for 'Fido2 API'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@yuriyz yuriyz merged commit bb64612 into main May 24, 2024
7 checks passed
@yuriyz yuriyz deleted the jans-auth-server-8398 branch May 24, 2024 17:25
yuriyz added a commit that referenced this pull request Nov 7, 2024
#8561)

* feat(jans-auth-server): added support for Global Token Revocation spec

#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): covered Global Token Revocation service with tests

#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* fix(jans-auth-server): corrected RedirectUriTest

#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* fix(jans-auth-server): corrected TxTokenHttpTest

#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* removed line used for debug

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): added global token revocation client

#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* fix(jans-auth-server): corrected configs

#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): added global token revocation integration test

#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* doc(jans-auth-server): added docs for global token revocation

#8398
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

---------

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
Former-commit-id: bb64612
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-documentation Documentation needs to change as part of issue or PR comp-jans-auth-server Component affected by issue or PR comp-jans-linux-setup Component affected by issue or PR kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(jans-auth-server): add support for Global Token Revocation spec
4 participants